From 9183f1f9906f0d3c75560ffc05fb7a4126a8f94a Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 29 May 1993 21:26:28 +0000 Subject: [PATCH] * linux.h (C_OPTIMIZE_SWITCH): Set this to the empty string; configure guesses just fine. --- src/s/gnu-linux.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index d2f99952d62..dc1becd5e69 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -184,6 +184,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define LIBS_DEBUG #define LIBS_TERMCAP -ltermcap -lcurses /* save some space with shared libs*/ #define LIB_STANDARD -lc /* avoid -lPW */ +#define C_OPTIMIZE_SWITCH /* configure can guess this just fine */ #ifdef HAVE_X11 #define LD_SWITCH_SYSTEM -L/usr/X386/lib #endif -- 2.30.2